PowerTools SPREAD for Windows Forms 8.0J
GetProperties(Attribute[]) メソッド


フィルタとして使用するSystem.Attribute型の配列
属性配列をフィルタとして使用して、コンポーネントのこのインスタンスのプロパティを返します。
構文
'Declaration
 
Public Overloads Function GetProperties( _
   ByVal attributes() As Attribute _
) As PropertyDescriptorCollection
'使用法
 
Dim instance As SpreadDataRowView
Dim attributes() As Attribute
Dim value As PropertyDescriptorCollection
 
value = instance.GetProperties(attributes)
public PropertyDescriptorCollection GetProperties( 
   Attribute[] attributes
)

パラメータ

attributes
フィルタとして使用するSystem.Attribute型の配列

戻り値の型

このコンポーネントインスタンスのフィルタリングされたプロパティを表すSystem.ComponentModel.PropertyDescriptorCollection
参照

SpreadDataRowView クラス
SpreadDataRowView メンバ
オーバーロード一覧

 

 


© 2004-2015, GrapeCity inc. All rights reserved.